home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 February / WN_129_CD.iso / Windows / Extensions Firefox / Tooltip Enhancer / tooltipenh_frFR.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2004-10-17  |  1.2 KB  |  32 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.     <em:id>{D2227519-C7F1-4b6e-B6AC-D69C402879EF}</em:id>
  8.     <em:name>Tooltip Enhancer</em:name>
  9.     <em:version>0.4.1</em:version>
  10.     <em:description>Show URL as tooltip on mouseover</em:description>
  11.     <em:creator>Joe4711</em:creator>
  12.     <em:homepageURL>http://www.krickelkrackel.de/tooltipenh/tooltipenhhelp.htm</em:homepageURL>
  13.     <em:optionsURL>chrome://tooltipenh/content/tooltipenh-pref.xul</em:optionsURL>
  14.     <em:iconURL>chrome://tooltipenh/content/icon.png</em:iconURL>
  15.     <em:updateURL>http://www.krickelkrackel.de/tooltipenh/update_fr.rdf</em:updateURL>
  16.  
  17.     <em:targetApplication>
  18.       <Description>
  19.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  20.         <em:minVersion>0.8</em:minVersion>
  21.         <em:maxVersion>1.0</em:maxVersion>
  22.       </Description>
  23.     </em:targetApplication>
  24.  
  25.     <em:file>
  26.       <Description about="urn:mozilla:extension:file:tooltipenh.jar">
  27.         <em:package>content/</em:package>
  28.       </Description>
  29.     </em:file>
  30.  
  31.   </Description>
  32. </RDF>